home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / CATFISH / README.TXT < prev   
Text File  |  1996-12-15  |  4KB  |  84 lines

  1.  
  2. CatFish                       Version 1.5                       December, 1996
  3. ==============================================================================
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8.     CatFish is a disk catalog browser.  It allows you to save snapshots of the
  9.     directory/file structure of your disks and to search through them at any
  10.     time.  The catalog files maintained by CatFish are very compact and fast,
  11.     and can easily handle the huge directory trees often found on large disks,
  12.     removable disks, and CD-ROMs.  CatFish will calculate total subdirectory
  13.     sizes, and lists the date of the newest file found inside each directory.
  14.  
  15.     You can search all catalogs by file name (wildcards), size, and/or date.
  16.     When used in Windows 95, CatFish will recognize and store long file names.
  17.     Furthermore, CatFish can be used as an application or document launcher.
  18.  
  19.     New in 1.5:  Quick rescan (F5).  Wildcard searches.  Export to text file.
  20.                  Accepts disks with > 10,000 files.  Can stop a long search.
  21.                  Command-line option added to start up with the Find dialog.
  22.  
  23.     Best of all, CatFish is free.
  24.  
  25.     For the latest news, check the home page - http://purl.net/meta4/catfish
  26.     Do you have a suggestion on how to further improve CatFish?  Let me know!
  27.  
  28.  
  29. GETTING STARTED
  30.  
  31.     Using CatFish is easy, just start it up.  There is no installation, there
  32.     are no DLLs, it runs on all Windows versions.  Support for long filenames
  33.     is included for Windows 95, but catalogs themselves must have short names.
  34.  
  35.     When you start CatFish for the first time, it will give you a few tips.
  36.  
  37.     When you create catalog files, these will be placed in the same directory
  38.     as CatFish (with a ".CF4" suffix).  If you move CatFish, you must move the
  39.     catalogs as well, otherwise these catalogs will no longer be accessible.
  40.  
  41.     To have CatFish open with the "Find" dialog window, start it up using the
  42.     command line "catfish.exe /f" (Win 3.1: program item, Win 95: properties).
  43.  
  44.     TIP: If you have a very large number of disks, just distribute all catalog
  45.     files over several directories and put a copy of CatFish in each of them.
  46.  
  47.  
  48. FOR SOFTWARE DEVELOPERS ONLY
  49.  
  50.     CatFish is based on the MetaKit library, a shareware C++ class library for
  51.     persistent data structures.  The sources of CatFish and many other small
  52.     sample programs are freely available as part of the MetaKit distribution.
  53.     
  54.     The MetaKit library is a portable developer toolkit for data storage and
  55.     easy handling of structured objects and collections in C++.  If you need
  56.     bulky/powerful database functions, look elsewhere, but if you need a small
  57.     and portable library to store structured data, please check it out:
  58.  
  59.                 http://purl.net/meta4/metakit
  60.  
  61.     If you are a C++ programmer interested in persistent storage, Winsock, or
  62.     simple client/server applications for TCP/IP, you will probably find some
  63.     useful code / ideas in MetaKit.  It even has a utility to create catalogs
  64.     of remote FTP servers (yes, these catalogs can be browsed with CatFish).
  65.     
  66.     MetaKit registration is US$25, source code is $90 (multi-platform: $165).
  67.  
  68.  
  69. DISTRIBUTION
  70.  
  71.     The CatFish utility is copyright Meta Four Software, NL.  You may use this
  72.     free software for any purpose, as long as you leave all copyright notices
  73.     in place and assume all risks for its use, regardless of the consequences.
  74.  
  75.  
  76. CONTACT INFORMATION
  77.  
  78.     Jean-Claude Wippler          mailto:jcw@meta4.nl
  79.  
  80.     Meta Four Software             http://purl.net/meta4
  81.     Meekrap oord 6
  82.     3991 VE, Houten                 fax:+31 30 635 2337
  83.     The Netherlands
  84.